home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / util_bat / since.bat < prev    next >
Encoding:
DOS Batch File  |  1994-10-23  |  260 b   |  14 lines

  1. @echo off
  2. cls
  3. if %1.==. goto USAGE
  4.   echo.
  5.   echo Here is a listing of files created/modified since %1.
  6.   ffg /p *:* /d%1-
  7.   goto END
  8. :USAGE
  9.   echo.
  10.   echo USAGE:
  11.   echo          %0 MM/DD/YY        where MM/DD/YY is a valid FFG date
  12.   echo.
  13. :END
  14.